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 22476f8 + daab98f commit 1e64ae7Copy full SHA for 1e64ae7
pkgs/applications/emulators/libretro/cores/fceumm.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "fceumm";
8
- version = "0-unstable-2024-11-23";
+ version = "0-unstable-2025-02-12";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "libretro-fceumm";
13
- rev = "449db5de6b56e9d44fc685e1b38399f0b233bd28";
14
- hash = "sha256-yD75ohq7dJwXt6t3RLMwTtmdLGLS3/eb98uBlnazWDk=";
+ rev = "26f92531a95a9a74f45a8bf13fc9f3f48cde2976";
+ hash = "sha256-XtSuZEfu03dFMQUX4VvpeFLzoWG3TeIBQG4cQkap+t8=";
15
};
16
17
meta = {
0 commit comments