From 7d9025528d50bc5fc3cd3f73c86d6747956c8328 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Feb 2026 02:41:28 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-01-18 -> 0-unstable-2026-02-08 --- 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 23a64f05159e..3196325c3b35 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-01-18"; + version = "0-unstable-2026-02-08"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "3faea4f9c678bad8063f3a2774b051f42848c856"; - hash = "sha256-tH9XMBfg3O2oKIUeKWi2hl4yQuHa9BMgvkWjIxv/KIo="; + rev = "e21e3f3c40eb4422b93b8984ef46fe04cdaee9db"; + hash = "sha256-7hZ2TJwHtgyHd+CZahazXZnKhfNpWZqfev9jtTHlmag="; }; makefile = "Makefile";