Question about a snapshot after rollback

Hello !

I performed a rollback about a month ago, and since then, the corresponding snapshot (853) has remained in my list of snapshots.

sudo snapper ls
   # │ Type   │ Pre # │ Date                        │ Utilisateur │ Espace utilisé │ Nettoyer │ Description           │ Données utilisateur
─────┼────────┼───────┼─────────────────────────────┼─────────────┼────────────────┼──────────┼───────────────────────┼────────────────────
  0  │ single │       │                             │ root        │                │          │ current               │
853* │ single │       │ mar. 25 mars 2025 14:58:35  │ root        │     148,00 Kio │          │ writable copy of #797 │
907  │ pre    │       │ sam. 29 mars 2025 12:36:28  │ root        │      72,12 Mio │ number   │ zypp(zypper)          │ important=yes
[...]
973  │ pre    │       │ mer. 23 avril 2025 11:25:03 │ root        │      16,00 Kio │ number   │ yast snapper          │
974  │ post   │   973 │ mer. 23 avril 2025 11:35:20 │ root        │      16,00 Kio │ number   │                       │
975  │ pre    │       │ mer. 23 avril 2025 11:49:49 │ root        │     148,00 Kio │ number   │ yast snapper          │

I tried to delete it, but I then realized that the system is actually using that snapshot.

mount | grep 'on / '
/dev/nvme0n1p2 on / type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=1131,subvol=/@/.snapshots/853/snapshot)

Is this the expected behavior? Will that snapshot stay indefinitely until the next rollback? Will it eventually be cleaned up automatically?

Thanks.

Yes, it is.

Perfect then. Thank you.