From 03d85ef09e519ae3b75b6603c2ee1195e462a784 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Jun 2026 03:38:25 +0000 Subject: [PATCH] libretro.fceumm: 0-unstable-2026-05-06 -> 0-unstable-2026-06-15 --- 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 3abd97a160f1..af55857f56dc 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-05-06"; + version = "0-unstable-2026-06-15"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-fceumm"; - rev = "3a84a6fd0ba20dd4877c06b1d58741172148395f"; - hash = "sha256-4+kEoN0+SWl284n7tIR76aysf0GlLdxELDXfpEK6mi8="; + rev = "c0c52ad0eb36cdbfc66e9bdb72efc83103e85e22"; + hash = "sha256-e81kpVUTz3l9wqCwN9Zf4LrnskPRW7Ewy78/1BApZlg="; }; meta = {