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 74e5fb8 + 23b69b2 commit e887e88Copy full SHA for e887e88
pkgs/applications/emulators/libretro/cores/mame.nix
@@ -9,13 +9,13 @@
9
}:
10
mkLibretroCore {
11
core = "mame";
12
- version = "0-unstable-2025-04-01";
+ version = "0-unstable-2025-05-01";
13
14
src = fetchFromGitHub {
15
owner = "libretro";
16
repo = "mame";
17
- rev = "a638be8510d061f435e2abd46e514bb6c7e41262";
18
- hash = "sha256-adMLJ3mm+02X07UwG3ojhdt1x5+FvCartxNc/EHz4CQ=";
+ rev = "ee7155be0735e38f47c555a69217a2b77d6eca13";
+ hash = "sha256-g/gl8NFwAAUb9csynpYsxd2WBzKv5kReWDtfOc+qTv4=";
19
fetchSubmodules = true;
20
};
21
0 commit comments