From 968128824b661b32fce994576e072ea1aeaa07b4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 24 Jun 2026 22:10:16 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2026-06-15 -> 0-unstable-2026-06-23 --- 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 af55857f56dc..e2c485bc5ad5 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-2026-06-15"; + version = "0-unstable-2026-06-23"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "c0c52ad0eb36cdbfc66e9bdb72efc83103e85e22"; - hash = "sha256-e81kpVUTz3l9wqCwN9Zf4LrnskPRW7Ewy78/1BApZlg="; + rev = "f87bc875bd68262211e2e01ffbaf3662626a3e4f"; + hash = "sha256-TUrhDbRArO/RISZawu5p9FIZlFf8pPlBrD9WRrdSRPk="; }; meta = {