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.
1 parent 247b88d commit 387f1d1Copy full SHA for 387f1d1
pkgs/applications/emulators/libretro/cores/mame2003-plus.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "mame2003-plus";
8
- version = "0-unstable-2025-02-04";
+ version = "0-unstable-2025-02-11";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "mame2003-plus-libretro";
13
- rev = "82c214ba5ef00e4f31117ddf1c60728f93ca8dcc";
14
- hash = "sha256-xq6nwKhZQAxmRskvxiDpwiGeMxjxn3XYjo9WoqD9E8Q=";
+ rev = "ec335d3a6170d37207741e2719310a553691ab90";
+ hash = "sha256-gPUftpMP4494MIf6yc9nbH8zdkhrfBcRnClAvF80XTU=";
15
};
16
17
makefile = "Makefile";
0 commit comments