From dbfac99d32e6ad0ddc85b86172796d2a5620ca1d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Nov 2025 10:09:51 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-11-06 -> 0-unstable-2025-11-16 --- 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 f60fe55951f4..b5e600d81a16 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-2025-11-06"; + version = "0-unstable-2025-11-16"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "7759881be43b5f1711c95a2a80aa8987a98fbb99"; - hash = "sha256-vYHWJV5xRACjdllmeg/3tr2WgI4QcWtuhKJhEwGIGD0="; + rev = "79fa66dde4caea81b51910b7ea907951651e5fea"; + hash = "sha256-MBMxuRdgafar5zdlYLnIoIalBzuK3XS0FwuyllOab18="; }; makefile = "Makefile";