From 59869cb9760cdb270641848d5fcb496a05ca4dd8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 19 Jan 2026 04:49:27 +0000 Subject: [PATCH] libretro.fbneo: 0-unstable-2026-01-11 -> 0-unstable-2026-01-18 --- 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 d9cc3e10cb38..23a64f05159e 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-11"; + version = "0-unstable-2026-01-18"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "aaecfedbb206a79d0e35a0dfe922622b921a66f7"; - hash = "sha256-Xn3lxXFf7EEism9CIGYhvP83oCpOTrpgnBAwkkB4TDM="; + rev = "3faea4f9c678bad8063f3a2774b051f42848c856"; + hash = "sha256-tH9XMBfg3O2oKIUeKWi2hl4yQuHa9BMgvkWjIxv/KIo="; }; makefile = "Makefile";