From 95429f19c2ab8dbd6dcadb9a6f7aa2c25854f24d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 13 Jan 2026 01:51:50 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2025-12-29 -> 0-unstable-2026-01-11 --- 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 28d5a22b4195..d9cc3e10cb38 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-12-29"; + version = "0-unstable-2026-01-11"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "3ebf6ddb6aef21433cf2e323ad19bded912ee2f9"; - hash = "sha256-jCU0AtkKfuZOZLuRdJ6qBcRydQykYgSbbhskfmmSqOc="; + rev = "aaecfedbb206a79d0e35a0dfe922622b921a66f7"; + hash = "sha256-Xn3lxXFf7EEism9CIGYhvP83oCpOTrpgnBAwkkB4TDM="; }; makefile = "Makefile";