From ed1af45b73c45dc1ac93721437bed05ae9e47a0a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Apr 2025 12:42:11 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2025-02-12 -> 0-unstable-2025-04-06 --- pkgs/applications/emulators/libretro/cores/fceumm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fceumm.nix b/pkgs/applications/emulators/libretro/cores/fceumm.nix index fe7a6f78ed78..3039615973f7 100644 --- a/pkgs/applications/emulators/libretro/cores/fceumm.nix +++ b/pkgs/applications/emulators/libretro/cores/fceumm.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fceumm"; - version = "0-unstable-2025-02-12"; + version = "0-unstable-2025-04-06"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "26f92531a95a9a74f45a8bf13fc9f3f48cde2976"; - hash = "sha256-XtSuZEfu03dFMQUX4VvpeFLzoWG3TeIBQG4cQkap+t8="; + rev = "b349f7f3e211bb7725f133d3818ab98da5059760"; + hash = "sha256-MNYpuipjnDl9GUl5qWGi5W5cFhUCd/weCKuTRdttKJ4="; }; meta = {