From d4bfde2e91665fae73e676bc748704273b485edd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 13 May 2025 00:33:22 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2025-04-11 -> 0-unstable-2025-05-02 --- 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 e245cf7dddb2..756674750c08 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-04-11"; + version = "0-unstable-2025-05-02"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "43e6496351b544df0de692fbb01b2a6942073f5c"; - hash = "sha256-kGGvI1rKE/oSF2v3URDY/fLTThYc3Crk9UFN69Rcckg="; + rev = "3544ff567ecc417c170641587083b976739ef9db"; + hash = "sha256-eNmzWLJVPeqFFEcFIhOQCn9OMrBp0iraTcft5pJVvvE="; }; meta = {