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 e134d01 + be36cd0 commit 0f80294Copy full SHA for 0f80294
pkgs/applications/emulators/libretro/cores/mame2003.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "mame2003";
8
- version = "0-unstable-2025-03-18";
+ version = "0-unstable-2025-04-02";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "mame2003-libretro";
13
- rev = "8565eec2e963b78f07a5a1f4b74df1271f3ece13";
14
- hash = "sha256-pChPUwKIOtP4nl9ReqlrgxOJ/qcO6m2SnHhx3Y+hktM=";
+ rev = "a0547e84a8f58856551ca2d252f05f56212810a4";
+ hash = "sha256-POpKNpPOyOp/EkrUTa2esOJAaWoJvuijDToF6/V41uU=";
15
};
16
17
# Fix build with GCC 14
0 commit comments