libretro.bluemsx: 0-unstable-2025-04-15 -> 0-unstable-2025-09-19 (#445881)

authored by

Thiago Kenji Okada and committed by
GitHub
79ff5bd1 69d2b0d7

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/bluemsx.nix
··· 5 5 }: 6 6 mkLibretroCore { 7 7 core = "bluemsx"; 8 - version = "0-unstable-2025-04-15"; 8 + version = "0-unstable-2025-09-19"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "libretro"; 12 12 repo = "bluemsx-libretro"; 13 - rev = "efaaa1052dc427d64534531cf59a6a9a659dc6a6"; 14 - hash = "sha256-oCjIQ78YU5SeeefHHwd7l3U+YhwVMf6R2mbsuHAQUYQ="; 13 + rev = "ffd387036881d2e6c13fdc04b113534b10da7806"; 14 + hash = "sha256-0JVBlhn/BftGHMMGo6kYyvuigQtY7FaI81Lk+h41m8A="; 15 15 }; 16 16 17 17 meta = {