Skip to content

Commit e887e88

Browse files
authored
libretro.mame: 0-unstable-2025-04-01 -> 0-unstable-2025-05-01 (#405953)
2 parents 74e5fb8 + 23b69b2 commit e887e88

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/emulators/libretro/cores

1 file changed

+3
-3
lines changed

pkgs/applications/emulators/libretro/cores/mame.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
mkLibretroCore {
1111
core = "mame";
12-
version = "0-unstable-2025-04-01";
12+
version = "0-unstable-2025-05-01";
1313

1414
src = fetchFromGitHub {
1515
owner = "libretro";
1616
repo = "mame";
17-
rev = "a638be8510d061f435e2abd46e514bb6c7e41262";
18-
hash = "sha256-adMLJ3mm+02X07UwG3ojhdt1x5+FvCartxNc/EHz4CQ=";
17+
rev = "ee7155be0735e38f47c555a69217a2b77d6eca13";
18+
hash = "sha256-g/gl8NFwAAUb9csynpYsxd2WBzKv5kReWDtfOc+qTv4=";
1919
fetchSubmodules = true;
2020
};
2121

0 commit comments

Comments
 (0)