From daab98fc06950402f407792c609e95966a0e0aad Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Feb 2025 08:21:22 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2024-11-23 -> 0-unstable-2025-02-12 --- 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 d038cc54a0a2..fe7a6f78ed78 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-2024-11-23"; + version = "0-unstable-2025-02-12"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "449db5de6b56e9d44fc685e1b38399f0b233bd28"; - hash = "sha256-yD75ohq7dJwXt6t3RLMwTtmdLGLS3/eb98uBlnazWDk="; + rev = "26f92531a95a9a74f45a8bf13fc9f3f48cde2976"; + hash = "sha256-XtSuZEfu03dFMQUX4VvpeFLzoWG3TeIBQG4cQkap+t8="; }; meta = {