From c644eca310d25b6b71f71a0ce387c3248f086abd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 4 Sep 2025 05:16:22 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2025-05-02 -> 0-unstable-2025-09-03 --- 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 756674750c08..366aed4c2cdb 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-05-02"; + version = "0-unstable-2025-09-03"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "3544ff567ecc417c170641587083b976739ef9db"; - hash = "sha256-eNmzWLJVPeqFFEcFIhOQCn9OMrBp0iraTcft5pJVvvE="; + rev = "a5dbb223fc27cc4c7763c977682cfe3b3450d482"; + hash = "sha256-K52Q9KDMgUUY5kmWNuMcZhib5nPdITMt5hXFyDPX+MU="; }; meta = {