We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e838b0 + 3ca6856 commit e134d01Copy full SHA for e134d01
pkgs/applications/emulators/libretro/cores/bsnes.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "bsnes";
8
- version = "0-unstable-2025-03-07";
+ version = "0-unstable-2025-04-04";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "bsnes-libretro";
13
- rev = "ec353ea2502be9b71f3d9830b7a7b66ee69e254c";
14
- hash = "sha256-9QRKEIi1JHd503KN9+DKxLMJMJWyNu9vomPAmlbb/zw=";
+ rev = "8d89089d35bedc257dc13bebd3790f70417311a5";
+ hash = "sha256-0n2N2Ks8MIy7dcuj2SESjDNxma7RRhAgOxQ5sC3XJTM=";
15
};
16
17
makefile = "Makefile";
0 commit comments