Skip to content

Commit 1e64ae7

Browse files
authored
libretro.fceumm: 0-unstable-2024-11-23 -> 0-unstable-2025-02-12 (#383597)
2 parents 22476f8 + daab98f commit 1e64ae7

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/fceumm.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "fceumm";
8-
version = "0-unstable-2024-11-23";
8+
version = "0-unstable-2025-02-12";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "libretro-fceumm";
13-
rev = "449db5de6b56e9d44fc685e1b38399f0b233bd28";
14-
hash = "sha256-yD75ohq7dJwXt6t3RLMwTtmdLGLS3/eb98uBlnazWDk=";
13+
rev = "26f92531a95a9a74f45a8bf13fc9f3f48cde2976";
14+
hash = "sha256-XtSuZEfu03dFMQUX4VvpeFLzoWG3TeIBQG4cQkap+t8=";
1515
};
1616

1717
meta = {

0 commit comments

Comments
 (0)