From 820fcf214116e8a4780176def93cef0f13680fc8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 15 Sep 2025 02:34:42 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2025-09-03 -> 0-unstable-2025-09-13 --- 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 366aed4c2cdb..ad8a8f041292 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-09-03"; + version = "0-unstable-2025-09-13"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "a5dbb223fc27cc4c7763c977682cfe3b3450d482"; - hash = "sha256-K52Q9KDMgUUY5kmWNuMcZhib5nPdITMt5hXFyDPX+MU="; + rev = "5cd4a43e16a7f3cd35628d481c347a0a98cfdfa2"; + hash = "sha256-/FvXQlp20QMFg1uPmj2HSJFXhzBunygOmGEtGNGJyxk="; }; meta = {