From d55309d47c57d541a93b4e1439ebb0d9849d8602 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 14 Apr 2026 13:41:57 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-04-06 -> 0-unstable-2026-04-14 --- pkgs/applications/emulators/libretro/cores/fbneo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 60dcc1e0b3bb..9c6d23f2df54 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2026-04-06"; + version = "0-unstable-2026-04-14"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "f659af2c3bec122d3e628e1e1634e746e67005e4"; - hash = "sha256-cK2c611fBEDcRK1I7VMLL+Ih76FMWlEGhmhg53KampU="; + rev = "e869c6a2033b135e7fcbea4a50695e97755feae1"; + hash = "sha256-YIva50UWylsDmAaJZI85LCphrgjh7jDYQZkpAlQr1HM="; }; makefile = "Makefile";