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 2450a1e commit 9dd5f34Copy full SHA for 9dd5f34
pkgs/applications/emulators/libretro/cores/mame2003.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "mame2003";
8
- version = "0-unstable-2025-04-02";
+ version = "0-unstable-2025-05-16";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "mame2003-libretro";
13
- rev = "a0547e84a8f58856551ca2d252f05f56212810a4";
14
- hash = "sha256-POpKNpPOyOp/EkrUTa2esOJAaWoJvuijDToF6/V41uU=";
+ rev = "c24237583afcadb1c3c1727532bd4a49ebc5eff1";
+ hash = "sha256-zj1mNpfwYCUQAHAeg8+hVUOZ/xvIFhn65AeljjqI1Ss=";
15
};
16
17
# Fix build with GCC 14
0 commit comments